home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ready Force
/
Ready Force.iso
/
step1sys.444
< prev
next >
Wrap
Text File
|
1995-02-22
|
5KB
|
291 lines
//bombs.mme
screen.tile = 0
screen.name = "step1sys.222"
play_wave_wait "step1sys.wav"
//screen.backcolor = rgb(0,0,0)
screen.name = "step1sys.111"
declare bl, bt, bs, bw, bh, bw2
declare ml, mt, mw, mh
declare movieno, movienow, movenum, mcount
declare movtitle
create_button a
create_button b
create_button c
create_button d
create_button e
create_button f
create_button g
create_button h
create_button i
create_button j
create_button x
create_button y
create_button z
create_button video
create_button about
create_button exit
create_picture aboutbox
aboutbox.name = "step1sys.333"
aboutbox.autosize = 1
aboutbox.top = 185
aboutbox.left = 290
mt = 185
ml = 325
mw = 256
mh = 212
movie.top = mt
movie.left = ml
movie.width = mw
movie.height = mh
movie.autosize = 2
movie.name = "ivntdfeo.639"
movie.slider = 1
movie.zoom = 100
movie.play = 2
movie.visible = 1
dobutt:
bt = 75
bl = 41
bs = 30
bw = 240
bh = 25
a.left = bl
a.top = bt
a.width = bw
a.height = bh
a.caption = "U.S. Navy: Phalanx (6:39)"
a.visible = 1
bt = bt + bs
b.left = bl
b.top = bt
b.width = bw
b.height = bh
b.caption = "U.S. Navy: Harpoon (1:28)"
b.visible = 1
bt = bt + bs
c.left = bl
c.top = bt
c.width = bw
c.height = bh
c.caption = "United Nations Invasion (4:40)"
c.visible = 1
bt = bt + bs
d.left = bl
d.top = bt
d.width = bw
d.height = bh
d.caption = "U.S. Navy: Tomorrow's Leaders (5:11)"
d.visible = 1
bt = bt + bs
e.left = bl
e.top = bt
e.width = bw
e.height = bh
e.caption = "U.S. Air Force: F-14/Phoenix (2:10)"
e.visible = 1
bt = bt + bs
f.left = bl
f.top = bt
f.width = bw
f.height = bh
f.caption = "General Dynamics Electric Boat (8:12)"
f.visible = 1
bt = bt + bs
g.left = bl
g.top = bt
g.width = bw
g.height = bh
g.caption = "U.S. Navy: Tomahawk (4:36)"
g.visible = 1
bt = bt + bs
h.left = bl
h.top = bt
h.width = bw
h.height = bh
h.caption = "U.S. Navy: Power Demonstration (7:22)"
h.visible = 1
bt = bt + bs
i.left = bl
i.top = bt
i.width = bw
i.height = bh
i.caption = "U.S. Military: Weapon Testing (5:05)"
i.visible = 1
bt = bt + bs
j.left = bl
j.top = bt
j.width = bw
j.height = bh
j.caption = "U.S. Marines: LAVAD (4:07)"
j.visible = 1
bt = bt + bs
bw2 = bw / 3 - 3
video.left = bl
video.top = bt
video.width = bw2
video.height = bh
video.caption = "Video Size"
video.visible = 1
about.left = bl + bw2 + 4
about.top = bt
about.width = bw2 + 1
about.height = bh
about.caption = "About"
about.visible = 1
exit.left = bl + bw2 + bw2 + 9
exit.top = bt
exit.width = bw2
exit.height = bh
exit.caption = "Exit"
exit.visible = 1
x.left = 322
x.top = 220
x.width = 256
x.height = 25
x.caption = "120 x 90"
x.visible = 0
y.left = 322
y.top = 260
y.width = 256
y.height = 25
y.caption = "160 x 120"
y.visible = 0
z.left = 322
z.top = 300
z.width = 256
z.height = 25
z.caption = "256 x 192"
z.visible = 0
loop:
if video.pressed = 1
goto setup
endif
if about.pressed = 1
goto about
endif
if exit.pressed = 1
end
endif
if a.pressed = 1
movie.name = "ivntdfeo.639"
movie.play = 2
endif
if b.pressed = 1
movie.name = "ivntdfeo.128"
movie.play = 2
endif
if c.pressed = 1
movie.name = "ivntdfeo.440"
movie.play = 2
endif
if d.pressed = 1
movie.name = "ivntdfeo.511"
movie.play = 2
endif
if e.pressed = 1
movie.name = "ivntdfeo.210"
movie.play = 2
endif
if f.pressed = 1
movie.name = "ivntdfeo.812"
movie.play = 2
endif
if g.pressed = 1
movie.name = "ivntdfeo.436"
movie.play = 2
endif
if h.pressed = 1
movie.name = "ivntdfeo.722"
movie.play = 2
endif
if i.pressed = 1
movie.name = "ivntdfeo.505"
movie.play = 2
endif
if j.pressed = 1
movie.name = "ivntdfeo.407"
movie.play = 2
endif
goto loop
setup:
movie.visible = 0
x.visible = 1
y.visible = 1
z.visible = 1
setup1:
if x.pressed = 1
mt = 236
ml = 393
mw = 120
mh = 110
movie.zoom = 47
goto setup2
endif
if y.pressed = 1
mt = 221
ml = 373
mw = 160
mh = 140
movie.zoom = 64
goto setup2
endif
if z.pressed = 1
mt = 185
ml = 325
mw = 256
mh = 212
movie.zoom = 100
goto setup2
endif
goto setup1
setup2:
movie.top = mt
movie.left = ml
movie.width = mw
movie.height = mh
x.visible = 0
y.visible = 0
z.visible = 0
movie.visible = 1
goto loop
about:
movie.visible = 0
aboutbox.visible = 1
aboutbox.clicky = 0
about1:
if aboutbox.clicky > 1
aboutbox.visible = 0
movie.visible = 1
goto loop
endif
goto about1